home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / InPerson.idb / usr / lib / X11 / app-defaults / InPerson.z / InPerson
Encoding:
Text File  |  1996-12-06  |  48.0 KB  |  1,113 lines

  1. !----------------------------------------------------------------------
  2. ! $Revision: 3.28 $
  3. !
  4. ! This file, /usr/lib/X11/app-defaults/InPerson, contains X11 default
  5. ! resources for InPerson conferencing tools.  The first section contains
  6. ! a list of resources that lets you customize InPerson. The second section
  7. ! contains resources that should not be normally changed.
  8. !
  9. ! If you make changes to this file, then every user of InPerson will
  10. ! use them. Make a copy this file if you want your own customizations.
  11. ! It must be called InPerson and must be in one of the directories
  12. ! in your XUSERFILESEARCHPATH environment variable.
  13. ! We recommend you put it in the directory ~/.desktop-<hostname>.
  14. ! [Replace <hostname> with the name of your system reported by
  15. ! the hostname(1) command.]  The phone and the view control panels
  16. ! save changes to ~/.desktop-<hostname>/InPerson.
  17. !
  18. ! You can also put these resources into your ~/.Xresources file. If you
  19. ! do so, you must prefix each resource with "InPerson".  We do not
  20. ! recommend this because all resources in your ~/.Xresources file must
  21. ! be loaded into the X server which makes it grow.  There is no
  22. ! benefit to having these resources in the X server.
  23. !
  24. !----------------------------------------------------------------------
  25. !
  26. ! Resources have the form  *<name>: <value> where <name> is the name
  27. ! of the resource and <value> is an integer or string, as appropriate.
  28. ! To use, copy the line containing the resource you want to change,
  29. ! remove the ! comment character from the first colum and replace the
  30. ! rest of the line after the : with the appropriate value.
  31. ! For example,
  32. !  *videoDevice: ev1
  33. !
  34. ! Below is a list of resources to customize InPerson that aren't
  35. ! changed by the phone or conference control panels. It shows the
  36. ! default value and possible values.
  37. !
  38. !
  39. ! Video:
  40. ! ------
  41. !  Default video device to capture from. If you have only one video device,
  42. !  InPerson will use that one.  If you have two, InPerson will use the 
  43. !  first one in the list, unless you specify one with this resource.
  44. !  To see the video device list, run the "vlinfo" program.
  45. !  Possible values:
  46. !    Indy built-in video:        "vino"
  47. !    Galileo/Indigo2Video/IndyVideo:    "ev1"
  48. !    IndigoVideo:            "sv1"
  49. !    Use first device in list:    (the default)
  50. !*videoDevice:        vino        (an example, not the default)
  51. !
  52. !  Default number of video frames per second to capture from camera
  53. !*videoRate:        15
  54. !
  55. !  Video frames per second to capture when using a High-Speed LAN
  56. !*videoRateHSLAN:    30
  57. !
  58. !  How often a complete video frame is sent (in seconds).
  59. !   useful range: 10-600, 0 disables it.
  60. !*keyFrameInterval:    15
  61. !
  62. !  How fast Vanity view is updated.  Possible values:
  63. !  "False" - Update Vanity view for each frame transmitted. (default)
  64. !         Shows good approximation of the picture others see of you.
  65. !  "True"  - Update Vanity view at camera capture frame rate
  66. !         Picture looks nice, but doesn't match what others see.
  67. !*highSpeedVanityView: False
  68. !
  69. !
  70. ! Audio:
  71. ! ------
  72. !    This resource sets the initial audio input attenuation on apanel(1) to the
  73. !    desired value when you run InPerson for the first time. 
  74. !    Range: 255 (minimum gain) to 0 (maximum gain).
  75. *audioRightAtten:    48
  76. *audioLeftAtten:    48
  77. !
  78. !  Automatic Gain Control (AGC) evens out the variations in sound volume,
  79. !    boosting soft sounds and lowering loud sounds.
  80. !      AGCLevel is the desired amplitude (0..32767). The default is usually
  81. !         adequate.
  82. !      AGCMaxGain is the maximum increase (multiplier) for soft sounds.
  83. !         It ranges from 0 (off) to 8.
  84. !      If either value is 0, AGC is disabled.
  85. !*audioAGCLevel:    3500
  86. *audioAGCMaxGain:    2
  87. !
  88. !  Audio Input Gain boosts the sound level captured from the microphone.
  89. !    It's useful on the Indy or Indigo2 because the mic circuit has less
  90. !    gain than the Indigo mic circuit.
  91. !    Set it to 4 or higher if the mic volume is too soft and the apanel
  92. !    input level is set to the maximum. A value of 0 means it is ignored.
  93. *audioInputGain:    2
  94. !
  95. !  Audio input source selection. The values are:
  96. !    mic        use the microphone (default)
  97. !    line        use the line-in
  98. !    default        use the current apanel(1) setting
  99. *audioInputSource:  mic
  100. !
  101. ! Audio silence suppression:
  102. !   On by default, it suppresses audio packets during "silent" intervals.
  103. !*audioSuppressSilence: true
  104. !
  105. !
  106. !  Maximum audio playout buffer size (in milliseconds).
  107. *audioMaxNetJitter: 1000
  108. !
  109. ! InPerson audio Automatic Rate Conversion is active in every InPerson call.
  110. ! However if you wish InPerson to set the output rate at startup to a more
  111. ! efficient value, you should set this resource to False.
  112. !
  113. !*audioAutoRateConversion: True
  114. !
  115. !
  116. ! InPerson audio option board:
  117. !  In the unlikely event that you need to disable it, set this to False.
  118. !
  119. !*indycomp: True
  120. !
  121. !  You may also disable hardware audio encoding on your option board.
  122. !  In order for this to be effective, both ends of the connection must
  123. !  set this value to False.
  124. !
  125. !*audioEnableHWEnc: True
  126. !
  127. ! Whiteboard:
  128. ! -----------
  129. !  *fontNumber specifes the name of the default font resource.
  130. !  For example, *fontNumber: 2 means the default font is font3.  Range: 0-3
  131. !*fontNumber:        0
  132. !
  133. !  Specifies the default item for line width menu. Range: 0-3
  134. !*drawingLineWidth:    2
  135. !
  136. !  Enables whether or not the whiteboard displays the name of the person 
  137. !  who drew the object pointed to by the mouse. Value: on,off
  138. !*showDrawer:         on
  139. !
  140. !  The following specify the default directories for the Import Image file
  141. !  and Import Text file dialog boxes.
  142. !*imageDirectory:    <directory-name>
  143. !*textFileDirectory:    <directory-name>
  144. !*modelFileDirectory:    <directory-name>
  145. *imageDirectory:    /usr/share/data/images
  146. *modelFileDirectory:    /usr/share/data/models
  147. !
  148. ! Network:
  149. ! --------
  150. !  Multicast time-to-live, i.e., number of routers the packets can traverse.
  151. !  Range: 1-63
  152. !*multicastTTL:        10
  153. !
  154. !  Network maximum transmission unit (MTU), aka maximum packet size. 
  155. !  This number specifies the maximum amount of video data that inpview
  156. !  will send in one packet. This number must not exceed 61000. 
  157. !  The default value of 1500 is appropriate for ethernet but if you only use
  158. !  higher-speed networks like FDDI, change it to the interface's value.
  159. !  For FDDI, it's 4352. "/usr/etc/netstat -i" shows the MTU value.
  160. !
  161. !  A value that matches the interface's MTU, will give a good video frame
  162. !  rate.  When sending uncompressed large video, a larger value for this
  163. !  resource will result in higher quality video images with less
  164. !  transmission artifacts. However, a larger value will cause IP to 
  165. !  fragment the packets and that might cause problems for some routers
  166. !  and for multicast routers using tunnels.
  167. !*networkMTU:        1500
  168. !
  169. !  The initial size of the receive queue on the video socket. 
  170. !  You may wish to increase this number when using large uncompressed
  171. !  video on high speed networks.  The value in the example below should buffer 
  172. !  three frames of large uncompressed video.  InPerson 2.1 will attempt
  173. !  to adjust this number up when receiving uncompressed large data.
  174. !  The default value in InPerson 2.0 was the system default size (120 Kbytes).
  175. !  The default value in InPerson 2.1  is 131072 (128 Kbytes).
  176. !  The maximum value allowed by IRIX  is 524288 (512 Kbytes).
  177. !*videoSocketBufSize:  131072
  178. !
  179. !  If you encounter errors contacting remote machines due to portmapper
  180. !  errors you may wish to increase the portmapper timeout to
  181. !  a greater value.  The value determines the amount of time (in seconds)
  182. !  that InPerson waits to contact a host before giving up.
  183. !*rpcPortMapperTimeout: 15
  184. !
  185. !
  186. !  If you want to use InPerson through a network packet filter/firewall,
  187. !  these resources let you specify the range of ports used for audio 
  188. !  and video UDP packets and for whiteboard TCP packets.   
  189. !*networkPortMin:    32770
  190. !*networkPortMax:    32999
  191. !
  192. !  InPerson RPC packets use whatever TCP port is defined in the file
  193. !  /etc/services for the service named "sgi_iphone".  If a TCP service
  194. !  named "sgi_iphone" is not defined in /etc/services, InPerson RPC 
  195. !  packets use TCP port 32769.  Make sure the port is not in the range
  196. !  used by networkPort{Min,Max}.
  197. !
  198. !
  199. ! Miscellaneous:
  200. ! --------------
  201. !  The phone and the view look for an RGB file containing an image of the user.
  202. !  *facesPath is a list of directories separated by colons.
  203. !  Search order is as follows:
  204. !      ~/.icon/login.icon
  205. !      file <login-name>  in each of the directories listed in *facesPath
  206. !      *defaultFace file  in each of the directories listed in *facesPath
  207. !      /usr/share/InPerson/defaultFace
  208. !  See clogin(1) for more information on user images.
  209. !
  210. !*defaultFace:        "inperson"
  211. !*facesPath:        /usr/local/lib/faces:/usr/lib/faces
  212. !
  213. !  Specifies the placement of the participants images.
  214. !  Values: VERTICAL,HORIZONTAL
  215. !*participantBox.initialPlacement: VERTICAL    
  216.  
  217. ! XXX phoneCallWindow should be relative to phone not absolute.  Fix in phone.
  218. *callWindow*geometry: +120+200
  219. *inpview*callWindow*geometry: +150+220
  220.  
  221.  
  222. !  The Shared shelf determines how long it take to transfer files
  223. !  to other participants. If the transfer exceeds the following threshold
  224. !  (in seconds), it will display a dialog box that states how long and
  225. !  asks if you want to continue.
  226. !
  227. !  To disable the question dialog box, set the value of this resource to 0.
  228. *shelf.xferTimeMsgThreshold: 60
  229.  
  230. !**********************************************************************
  231. !**********************************************************************
  232. !
  233. !  If you copy this file to ~/.desktop-<hostname>/InPerson, please
  234. !  delete everyhing below this point from your copy.
  235. !  There are no customization resources below this point.
  236. !
  237. !**********************************************************************
  238. !**********************************************************************
  239. !
  240. !
  241. ! Defaults for all InPerson executables
  242. !
  243. *sgiMode:                 True
  244. *useSchemes:                 all
  245. *scheme:                Base
  246. *schemeFileList:             SgiSpec, InPersonSpec
  247. *allowShellResize:            True
  248. !*usePopupPlanes:            True
  249.  
  250. *questionDialog.dialogTitle:    InPerson Asks a Question
  251. *errorDialog.dialogTitle:    InPerson Reports an Error
  252. *callStatusDialog.dialogTitle:    InPerson Call Status Report
  253. *infoDialog.dialogTitle:    InPerson Information
  254.  
  255. *yes:            Yes
  256. *no:            No
  257. *execFailedMsg:        unable to exec
  258. *forkFailedMsg:        unable to fork to run
  259. *badOptionsMsg:        unrecognized options
  260. *fatalError:        Sorry! A fatal error has occurred. This call must exit.
  261. *exitError:        This call has received a signal requesting it to exit.
  262. *whiteboardName:    The whiteboard
  263. *wbMasterNoContact:    The whiteboard was unable to contact its master.\nThe call you are joining may have already ended.
  264. *wbMasterCantStart:    An error occured while starting the whiteboard master.
  265. *wbMasterCrashed:    The whiteboard master has crashed and may have dumped core.
  266. *wbNoOverlays:        Sorry.  The InPerson whiteboard requires overlay planes.\nYour machine is not equipped with them.
  267. *retryQuestion:        Do you want to try again?
  268. *restartQuestion:    Do you want to restart it?
  269. *cantRestartMsg:    It can't be restarted.  Make a new call to get another whiteboard.    
  270. *exitedWithStatus:    has exited with status %d.
  271. *killedError:        was killed with the \"%s\" signal.
  272. *crashedError:        crashed after the %s signal and has dumped core.
  273. *crashedNoSignalError:    crashed and has dumped core.
  274. *crashingError:        has received a %s signal and will dump core.
  275. *badExitError:        has exited because of an internal error and will dump core
  276.  
  277. *peoplepagesNotInstalled: The PeoplePages phonebook is not installed on your system.\nInstall PeoplePages.sw.phonebook.
  278.  
  279. *statusTitle:        Status
  280. *xferSocketCreateError:    Can't create file transfer socket.
  281. *xferSocketBindError:    Can't bind file transfer socket.
  282. *xferSocketNameError:    Can't get name of file transfer socket.
  283. *remoteFileError:    You are dropping a remote file on the shelf.\nThe shelf currently is unable to send remote files.
  284. *noShadowDirError:    Can't open or create the shelf's shadow directory, \"%s\".
  285. *shadowDirExistsError:    The shelf's shadow directory, \"%s\", is a plain file.
  286. *shadowDirPermError:    No permissions for the shelf's shadow directory, \"%s\".
  287. *shelfXferTimeMsg:    At the current bandwidth setting, the selected file(s)\nwill take approximately %s to transfer. (Note: the\ntransfer might be delayed until the recipients use the files.)\n\nDo you want to send the file(s)?
  288. *shelfMinuteFmt:    1 minute
  289. *shelfMinutesFmt:    %.0f minutes
  290. *shelfHoursFmt:        %.1f hours
  291.  
  292. !
  293. ! Menu strings common to whiteboard, conferenceView & phone
  294. !
  295. *fileMenu.labelString:    File
  296. *fileMenu.mnemonic:    F
  297. *fileMenu.New.labelString:    New
  298. *fileMenu.New.mnemonic:    N
  299. *fileMenu.New.acceleratorText: Ctrl+N
  300. *fileMenu.New.accelerator: Ctrl<Key>n
  301.  
  302. *fileMenu.Append.labelString:    Append File...
  303. *fileMenu.Append.mnemonic:    A
  304.  
  305. *fileMenu.Save.labelString:    Save
  306. *fileMenu.Save.mnemonic:    S
  307. *fileMenu.Save.acceleratorText: Ctrl+S
  308. *fileMenu.Save.accelerator: Ctrl<Key>s
  309.  
  310. *fileMenu.SaveAs.labelString:    Save As
  311.  
  312. *fileMenu.print.labelString:    Print...
  313. *fileMenu.print.mnemonic:        P
  314. *fileMenu.print.acceleratorText: Ctrl+P
  315. *fileMenu.print.accelerator: Ctrl<Key>p
  316.  
  317. *fileMenu.importMenu.labelString:    Import
  318. *fileMenu.importMenu.mnemonic:        I
  319. *fileMenu.snapMenu.labelString:        Snap
  320.  
  321. *editMenu.labelString:    Edit
  322. *editMenu.mnemonic:    E
  323.  
  324. *editMenu.SelectAll.labelString:    Select All
  325. *editMenu.SelectAll.acceleratorText: Ctrl+A
  326. *editMenu.SelectAll.accelerator: Ctrl<Key>a
  327. *editMenu.SelectMine.labelString:    Select Mine
  328. *editMenu.SelectMine.acceleratorText: Ctrl+M
  329. *editMenu.SelectMine.accelerator: Ctrl<Key>m
  330.  
  331. *editMenu.DeletePage.labelString:    Delete Page
  332.  
  333. *importMenu.textFile.labelString:    Text File...
  334. *importMenu.imageFile.labelString:    Image File...
  335. *importMenu.modelFile.labelString:    3D Model File...
  336.  
  337. *helpMenu.labelString:            Help
  338. *helpMenu.mnemonic:            H
  339. *helpOnContextMenuItem.labelString:    Click for Help
  340. *helpOnContextMenuItem.mnemonic:    C
  341. *helpOnContextMenuItem.accelerator:     Shift<Key>F1
  342. *helpOnContextMenuItem.acceleratorText:    Shift+F1
  343. *helpOverviewMenuItem.labelString:    Overview
  344. *helpOverviewMenuItem.mnemonic:        O
  345. *helpIndexMenuItem.labelString:        Index
  346. *helpIndexMenuItem.mnemonic:        I
  347. *helpKeysMenuItem.labelString:        Keys & Shortcuts
  348. *helpKeysMenuItem.mnemonic:        K
  349. *helpMenu.helpVersionMenuItem.labelString: About InPerson
  350. *helpMenu.helpVersionMenuItem.mnemonic: A
  351.  
  352. *helpSubSys:         InPerson.books.InPerson_AG and InPerson.books.InPerson_UG
  353. *helpTitle:          InPerson
  354.  
  355. *fiProgressDialog.messageString: Copy in Progress
  356. *fiProgressScale.orientation: HORIZONTAL
  357. *fiProgressScale.showValue: TRUE
  358.  
  359. *Fetch*title: Find an Icon
  360. *Fetch*IconName: Find an Icon
  361. *Fetch*helpButton.labelString:  Help
  362. *Fetch*helpButton.traversalOn:  False
  363. *Fetch*iconFinder*previousNameMenu.marginWidth: 0
  364. *Fetch*iconFinder*previousNameMenu.marginRight: 0
  365. *Fetch*iconFinder*previousNameMenu.marginLeft:  0
  366. *Fetch*iconFinder*frame.shadowType: XmSHADOW_OUT
  367. *Fetch*iconFinder*menuBar.marginWidth: 0
  368. *Fetch*iconFinder*menuBar.marginRight: 0
  369. *Fetch*iconFinder*menuBar.marginLeft:  0
  370. *Fetch*iconFinder*ft.leftOffset:  2
  371. *Fetch*iconFinder*ft.rightOffset: 2
  372.  
  373. *fileInfoDialogTable*iconDrawingArea.width:  40
  374. *fileInfoDialogTable*iconDrawingArea.height: 40
  375. *fileInfoDialogTable*iconDrawingArea.borderWidth: 1
  376. *fileInfoDialogTable*iconLabel.labelString:         Get Info
  377. *fileInfoDialogTable*fileNameLabel.labelString:     File Name:
  378. *fileInfoDialogTable*linkFileLabel.labelString:     Refers To:
  379. *fileInfoDialogTable*locationLabel.labelString:     Location:
  380. *fileInfoDialogTable*typeLabel.labelString:         Type:
  381. *fileInfoDialogTable*sizeLabel.labelString:         Size:
  382. *fileInfoDialogTable*compute.labelString:           Compute Size
  383. *fileInfoDialogTable*modificationLabel.labelString: Data changed:
  384. *fileInfoDialogTable*statusLabel.labelString:       Status changed:
  385. *fileInfoDialogTable*accessLabel.labelString:       Accessed:
  386. *fileInfoDialogTable*hardLinkLabel.labelString:     Hard links:
  387. *fileInfoDialogTable*inodeLabel.labelString:        I-node:
  388. *fileInfoDialogTable*deviceNumberLabel.labelString: Device:
  389. *fileInfoDialogTable*deviceNumberSpecialLabel.labelString: Special Device:
  390. *fileInfoDialogTable.columnSpacing: 4
  391. *fileInfoDialogTable.rowSpacing:    4
  392. *fileInfoDialogTable.marginWidth:   8
  393. *fileInfoDialogTable.marginHeight:  8
  394. *fileInfoErrorTitle: File Info Error
  395. *fileInfoDialogTable*fileName.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  396. *fileInfoDialogTable*linkFile.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  397. *fileInfoDialogTable*location*fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  398. *fileInfoDialogTable*type.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  399. *fileInfoDialogTable*size.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  400. *fileInfoDialogTable*modification.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  401. *fileInfoDialogTable*status.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  402. *fileInfoDialogTable*access.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  403. *fileInfoDialogTable*hardLink.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  404. *fileInfoDialogTable*inode.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  405. *fileInfoDialogTable*deviceNumber.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  406. *fileInfoDialogTable*deviceNumberSpecial.fontList: -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1
  407.  
  408. !
  409. ! Defaults for the view
  410. !
  411. *conferenceView.title:    InPerson Call
  412. *conferenceView.iconTitle:    InPerson Call
  413. *conferenceView*controlPanel_popup.title: InPerson: Call Control Panel
  414. *conferenceView*networkInfoPanel_popup.title: InPerson: Network Info Panel
  415.  
  416. *conferenceView*networkInfoPanel*showControlPanel.labelString: Call Control...
  417.  
  418. *conferenceView*openIconDialogTitle: InPerson Asks a Question
  419. *conferenceView*openIconDialogQuestion: Unable to run application shared with participants at this time.\nDo you want to run it just for yourself?
  420. *conferenceView*backwardCompatibleWarning: An older version of InPerson has joined the conference.\nOnly compression methods compatible with older versions\nwill be used for the remainder of the conference.
  421. *conferenceView*videoSizeWarning: Can't capture requested video size from this machine's video hardware.
  422. *conferenceView*videoCaptureWarning: Can't start video capture; using static image instead of live video.\nIf this machine doesn't have video hardware, use the phone Call preferences panel\nto change your video preference to static image.
  423. *conferenceView*wbTitleTag: Whiteboard file
  424. *viewnoG728HardwareWarning: No G.728 compression hardware detected.\nContinuing with default software audio encoding.
  425. *viewAudioHardwareWarning: Error opening audio. This machine might not have\nhave audio hardware.\nContinuing without audio support.
  426. *viewAudioPortWarning: Can't allocate audio ports.\n\nYou must close other audio\napplications before selecting\n"Retry" to continue.
  427. *viewAudioOpenCodecWarning: The InPerson Acceleration Hardware reports an error.\nYou may wish to restart this call.\nContinuing without audio support.
  428. *viewAudioPortRetry: Retry
  429. *viewAudioPortExit: Exit!
  430. *viewInvalidAudioEncoding: %s is an invalid audio encoding.\nUsing the default encoding instead.
  431. *viewAudioPriority: Can't adjust audio priority; sound quality may be degraded.\n\"inpview\" needs to be setuid root.
  432. *viewAudCpuLimit: The audio thread exceeded CPU usage limit -- disabling\nits high priority. Sound quality may become degraded.
  433.  
  434. *conferenceView*callMenu.labelString: Call
  435. *conferenceView*callMenu.mnemonic: C
  436. *conferenceView*callMenu.inviteButton.labelString: Invite...
  437. *conferenceView*callMenu.inviteButton.mnemonic: I
  438. *conferenceView*callMenu.grabBandwidthButton.labelString: Grab Bandwidth...
  439. *conferenceView*callMenu.grabBandwidthButton.mnemonic: B
  440. *conferenceView*callMenu.holdButton.labelString: Hold
  441. *conferenceView*callMenu.holdButton.mnemonic: H
  442. *conferenceView*callMenu.blindButton.labelString: Privacy
  443. *conferenceView*callMenu.blindButton.mnemonic: P
  444. *conferenceView*callMenu.freezeVideoButton.labelString: Freeze video
  445. *conferenceView*callMenu.freezeVideoButton.mnemonic: F
  446. *conferenceView*callMenu.shelfButton.labelString: Shelf
  447. *conferenceView*callMenu.shelfButton.closeLabelString: Shelf
  448. *conferenceView*callMenu.shelfButton.mnemonic: s
  449. *conferenceView*callMenu.whiteboardButton.labelString: Whiteboard
  450. *conferenceView*callMenu.whiteboardButton.closeLabelString: Whiteboard
  451. *conferenceView*callMenu.whiteboardButton.mnemonic: w
  452. *conferenceView*callMenu.hangupButton.labelString: Hang up
  453. *conferenceView*callMenu.hangupButton.mnemonic: u
  454. *conferenceView*callMenu.hangupButton.acceleratorText: Ctrl+U
  455. *conferenceView*callMenu.hangupButton.accelerator: Ctrl<Key>u
  456.  
  457. *conferenceView*shelfMenu.labelString: Shelf Selection
  458. *conferenceView*shelfMenu.openButton.labelString: Open
  459. *conferenceView*shelfMenu.openButton.mnemonic: O
  460. *conferenceView*shelfMenu.printButton.labelString: Print
  461. *conferenceView*shelfMenu.printButton.mnemonic: P
  462. *conferenceView*shelfMenu.getInfoButton.labelString: Get Info
  463. *conferenceView*shelfMenu.getInfoButton.mnemonic: I
  464. *conferenceView*shelfMenu.putAwayButton.labelString: Put Away
  465. *conferenceView*shelfMenu.putAwayButton.mnemonic: u
  466. *conferenceView*shelfMenu.showPathButton.labelString: Show Path
  467. *conferenceView*shelfMenu.showPathButton.mnemonic: S
  468. *conferenceView*shelfMenu.hidePathButton.labelString: Hide Path
  469. *conferenceView*shelfMenu.hidePathButton.mnemonic: H
  470. *conferenceView*shelfMenu.sendButton.labelString: Send
  471. *conferenceView*shelfMenu.sendButton.mnemonic: n
  472. *conferenceView*shelfMenu.fetchButton.labelString: Find an Icon
  473. *conferenceView*shelfMenu.fetchButton.mnemonic: F
  474.  
  475. *conferenceView*toolsMenu.labelString: Tools
  476. *conferenceView*toolsMenu.mnemonic: T
  477. *conferenceView*toolsMenu.controlPanelButton.labelString: Call control panel...
  478. *conferenceView*toolsMenu.controlPanelButton.mnemonic: C
  479. *conferenceView*toolsMenu.networkInfoPanelButton.labelString: Network info panel...
  480. *conferenceView*toolsMenu.networkInfoPanelButton.mnemonic: N
  481. *conferenceView*toolsMenu.audioPanelButton.labelString: Audio control panel...
  482. *conferenceView*toolsMenu.audioPanelButton.mnemonic: A
  483. *conferenceView*toolsMenu.videoPanelButton.labelString: Video control panel...
  484. *conferenceView*toolsMenu.videoPanelButton.mnemonic: V
  485.  
  486. *perfLabel.labelString: Performance:
  487. *conferenceView*panelLabel.labelString: These controls set parameters for the current active call only.\nUse the \"Call preferences panel\" item on the phone menu to set\nparameters for future calls.
  488.  
  489. *conferenceView*mcastReceptionWarning: InPerson has not received any network traffic from the other participants\nfor a while. This might indicate your network does not support multicasting\n(which is necessary for multiperson conferences). See the InPerson Setup &\nAdmin Guide for details or contact your network administrator.
  490.  
  491. !
  492. ! Defaults for the phone
  493. !
  494.  
  495. ! InPerson Phone Control pop-up menu
  496. *phoneIcon*controlPanel_popup.title: InPerson: Call Preferences
  497. *phoneIcon*panelLabel.labelString: These controls set parameters for the next call. Save your\nsettings if you'd like to use them for all future calls.
  498.  
  499. *phoneIcon*capDifferMsg: The other person has specified lower network resources than\nyou or is using a less capable system.  The conference may\nuse a different video compression scheme as a result.
  500. *phoneIcon*capDiffDontTellLabel: Don't Tell Me Again
  501. *phoneIcon*capDiffContLabel: Continue
  502.  
  503. *phoneIcon*ringControlPanel_popup.title: InPerson: Phone Ring Control Panel
  504. *phoneControlMenu.labelString: Phone Commands
  505. *authorMenuItem.labelString: Authoring...
  506. *authorMenuItem.mnemonic: g
  507. *authorMenuItem.acceleratorText: Ctrl+G
  508. *authorMenuItem.accelerator: Ctrl<Key>g
  509. *panelMenuItem.labelString: Ring control panel...
  510. *panelMenuItem.mnemonic: R
  511. *controlPanelMenuItem.labelString: Call preferences panel...
  512. *controlPanelMenuItem.mnemonic: a
  513. *callMenuItem.labelString: Call...
  514. *callMenuItem.mnemonic: C
  515. *quitMenuItem.labelString: Exit
  516. *quitMenuItem.mnemonic: x
  517. *quitMenuItem.acceleratorText: Ctrl+Q
  518. *quitMenuItem.accelerator: Ctrl<Key>q
  519.  
  520.  
  521. ! InPerson Phone Icon Window
  522. !*phoneIcon*clientDecoration: +border
  523. *phoneIcon.mwmDecorations: 2
  524. ! For more info on MwmFunctions  see MwmUtil.h
  525. *phoneIcon.mwmFunctions: 8388612
  526. ! This form*width value keeps the status button sizes correct.
  527.  
  528.  
  529. *phoneIcon*icon*width: 105
  530. *phoneIcon*baseWidth: 90
  531. *phoneIcon*baseHeight: 80
  532. ! add 4 pixels to the width and height of the pixmaps used.
  533. *phoneIcon*phoneButton.width: 124
  534. *phoneIcon*phoneButton.height: 97
  535. *phoneIcon*Xdraw.marginHeight: 0
  536. *phoneIcon*Xdraw.marginWidth: 0
  537. *phoneIcon*msgIndFrame.topOffset: 8
  538. *phoneIcon*msgIndFrame.rightOffset: 8
  539. *phoneIcon*msgIndFrame.shadowThickness: 2
  540. *phoneIcon*msgIndFrame.shadowType: XmSHADOW_IN
  541. *phoneIcon*msgIndFrame.marginWidth: 0
  542. *phoneIcon*msgIndFrame.marginHeight: 0
  543. *phoneIcon*msgIndicator.labelString:  0
  544. !*phoneIcon*msgIndicator.height: 10
  545. !*phoneIcon*msgIndicator.width: 10
  546. *phoneIcon*msgIndicator.height: 12
  547. *phoneIcon*msgIndicator.width: 11
  548.  
  549.  
  550. *phoneIcon*callButtonBox.marginTop: 0
  551. *phoneIcon*callButtonBox.marginBottom: 0
  552. *phoneIcon*callButtonBox.marginLeft: 0
  553. *phoneIcon*callButtonBox.marginRight: 0
  554. *phoneIcon*callButtonBox.topOffset: 0
  555. *phoneIcon*callButtonBox.rightOffset: 0
  556. *phoneIcon*callButtonBox.marginWidth: 0
  557. *phoneIcon*callButtonBox.marginHeight: 0
  558. *phoneIcon*callButtonBox.spacing: 0
  559. *phoneIcon*callButtonBox.statusAlwaysOne: False
  560. *phoneIcon*callButtonBox.entryBorder: 0
  561. *phoneIcon*callButtonBox.adjustLast: False
  562. *phoneIcon*callButtonBox.isAligned: True
  563. *phoneIcon*callButtonBox.resizeWidth: False
  564. *phoneIcon*callButtonBox.recomputeSize: True
  565.  
  566. *phoneIcon*callButtonBox*XmDrawnButton*resizeWidth: True
  567. *phoneIcon*callButtonBox*XmDrawnButton*alignment:  XmALIGNMENT_BEGINNING
  568. *phoneIcon*callButtonBox*XmDrawnButton*recomputeSize: True
  569. *phoneIcon*callButtonBox*XmDrawnButton*marginTop: 1
  570. *phoneIcon*callButtonBox*XmDrawnButton*marginHeight: 1
  571.  
  572.  
  573. *phoneIcon*LicenseDialog*XmLabelGadget.alignment: XmALIGNMENT_BEGINNING
  574. *phoneIcon*instructionLabel.labelString: Enter your license password and press "Apply".
  575. *phoneIcon*instructionLabel.alignment: XmALIGNMENT_BEGINNING
  576. *phoneIcon*passwdLabel.labelString: License Password
  577. *phoneIcon*productLabel.labelString: Product
  578. *phoneIcon*productBase.editable: FALSE
  579. *phoneIcon*LicenseDialog.width: 500
  580. *phoneIcon*LicenseDialog.resizable: FALSE
  581.  
  582.  
  583. ! The InPerson Call Window
  584.  
  585. *callWindow.title: Let's Make A Call!
  586. *callWindow.x: 60
  587. *callWindow.y: 60
  588. *callWindow*groupMenu.labelString: Group
  589. *callWindow*groupMenu.mnemonic: G
  590. *callWindow*videoMenu.labelString: Video
  591. *callWindow*videoMenu.mnemonic: V
  592. *callWindow*toolsMenu.labelString: Tools
  593. *callWindow*toolsMenu.mnemonic: T
  594. *callWindow*redialMenu.labelString: Redial
  595. *callWindow*redialMenu.mnemonic: R
  596. *callWindow*videoMenu.noneMenuItem.labelString: None
  597. *callWindow*videoMenu.noneMenuItem.mnemonic: N
  598. *callWindow*videoMenu.smallMenuItem.labelString: Small
  599. *callWindow*videoMenu.smallMenuItem.mnemonic: S
  600. *callWindow*videoMenu.mediumMenuItem.labelString: Medium
  601. *callWindow*videoMenu.mediumMenuItem.mnemonic: M
  602. *callWindow*videoMenu.largeMenuItem.labelString: Medium
  603. *callWindow*videoMenu.largeMenuItem.mnemonic: M
  604. *callWindow*groupMenu.openGroupMenuItem.labelString: List Groups
  605. *callWindow*groupMenu.openGroupMenuItem.mnemonic: L
  606. *callWindow*groupMenu.openGroupMenuItem.accelerator: Ctrl<Key>l
  607. *callWindow*groupMenu.openGroupMenuItem.acceleratorText: Ctrl+L
  608. *callWindow*groupMenu.findGroupMenuItem.labelString: Find
  609. *callWindow*groupMenu.findGroupMenuItem.mnemonic: F
  610. *callWindow*groupMenu.newCallMenuItem.labelString: Clear
  611. *callWindow*groupMenu.newCallMenuItem.mnemonic: C
  612. *callWindow*groupMenu.newCallMenuItem.accelerator: Ctrl<Key>b
  613. *callWindow*groupMenu.newCallMenuItem.acceleratorText: Ctrl+B
  614. *callWindow*groupMenu.renameGroupMenuItem.labelString: Rename
  615. *callWindow*groupMenu.renameGroupMenuItem.mnemonic: R
  616. *callWindow*groupMenu.saveGroupMenuItem.labelString: Save
  617. *callWindow*groupMenu.saveGroupMenuItem.mnemonic: S
  618. *callWindow*groupMenu.saveGroupMenuItem.accelerator: Ctrl<Key>s
  619. *callWindow*groupMenu.saveGroupMenuItem.acceleratorText: Ctrl+S
  620. *callWindow*groupMenu.deleteGroupMenuItem.labelString: Delete
  621. *callWindow*groupMenu.deleteGroupMenuItem.mnemonic: D
  622. *callWindow*groupMenu.copyGroupMenuItem.labelString: Copy
  623. *callWindow*groupMenu.copyGroupMenuItem.mnemonic: C
  624. *callWindow*Rename Group_popup.title: Rename Group
  625. *callWindow*Rename Group_popup*Selection.labelString: Enter Group Name:
  626. *callWindow*toolsMenu.ringControlPanelMenuItem.labelString: Ring control panel...
  627. *callWindow*toolsMenu.ringControlPanelMenuItem.mnemonic: R
  628. *callWindow*toolsMenu.callControlPanelMenuItem.labelString: Call preferences panel...
  629. *callWindow*toolsMenu.callControlPanelMenuItem.mnemonic: C
  630.  
  631. *previousNameMenu.labelType: PIXMAP
  632. *previousNameMenu.labelPixmap: /usr/include/X11/bitmaps/sgidesktop/iconFinderPrevious
  633.  
  634. *callWindow*subjectLabel.labelString: Subject:
  635. *callWindow*subjectText.bottomOffset: 32
  636. ! change the left an right offset of subject text to fit long labels
  637. ! to the fields and buttons in the callWindow
  638. ! Also change the MessagePanel width to be 25 less than the sum of left
  639. ! right Offsets + the subject text width.
  640. *callWindow*subjectText.leftOffset: 100
  641. *callWindow*subjectText.rightOffset: 100
  642. *callWindow*subjectText.width: 250
  643. *callWindow*togrouplabel.labelString: To:
  644. *callWindow*togrouplabel.topOffset: 4
  645.  
  646.  
  647. *callWindow*MessagePanel.topOffset: 12
  648. *callWindow*MessagePanel.width: 425
  649. *callWindow*MessagePanel.*animationStyle:DRAG_UNDER_NONE
  650.  
  651. *callWindow*composePushB.labelString: Authoring...
  652. *callWindow*composePushB.topOffset: 32
  653. *callWindow*composePushB.rightOffset: 16
  654. *callWindow*composePushB.leftOffset: 8
  655.  
  656. *callWindow*newPushB.labelString: Clear
  657. *callWindow*newPushB.topOffset: 32
  658. *callWindow*newPushB.rightOffset: 8
  659.  
  660. *callWindow*callPushB.labelString: Call
  661. *callWindow*callPushB.topOffset: 32
  662. *callWindow*callPushB.rightOffset: 8
  663.  
  664. *callWindow*hangupPushB.labelString: Hang Up
  665. *callWindow*hangupPushB.topOffset: 32
  666. *callWindow*hangupPushB.rightOffset: 16
  667.  
  668.  
  669. *callWindow*msgSeparator.bottomOffset: 4
  670. *callWindow*msgCountFrame.bottomOffset: 4
  671. *callWindow*msgCountFrame.leftOffset: 4
  672. *callWindow*msgCountFrame.shadowThickness: 2
  673. *callWindow*msgCountFrame.shadowType: XmSHADOW_IN
  674. *callWindow*msgCountFrame.marginWidth: 0
  675. *callWindow*msgCountFrame.marginHeight: 0
  676. *callWindow*msgCountLabel.labelString:  0
  677. *callWindow*msgCountLabel.height: 15
  678. *callWindow*msgCountLabel.width: 13
  679. *callWindow*msgLabel.leftOffset: 4
  680. *callWindow*msgLabel.bottomOffset: 4
  681. *callWindow*msgLabel.labelString: Invitation(s) (double-click on icon to join)
  682.  
  683. *callWindow*messageToggle.topOffset: 32
  684. *callWindow*messageToggle.leftOffset: 8
  685. *callWindow*messageToggle.rightOffset: 16
  686.  
  687. !Common Buttons on Windows
  688. *closePushB.labelString: Close
  689. *closePushB.topOffset: 32
  690. *closePushB.rightOffset: 8
  691. *closePushB.bottomOffset: 8
  692. *savePushB.labelString: Save
  693. *savePushB.rightOffset: 8
  694.  
  695. !ControlPanel labels
  696. *conferenceView*controlPanel*prefButton.labelString: Network Info...
  697. *phoneIcon*controlPanel*prefButton.labelString: Save
  698.  
  699. *ringControlPanel*videoLabel.labelString: Video:
  700. *ringControlPanel*onVideoToggleB.labelString: Live
  701. *ringControlPanel*offVideoToggleB.labelString: Static Image
  702.  
  703. *ringControlPanel*maxRingsLabel.labelString: Max. Rings:
  704. *ringControlPanel*incomingLabel.labelString: Incoming:
  705. *ringControlPanel*outgoingLabel.labelString: Outgoing:
  706. *ringControlPanel*incomingRingLabel.labelString: Ring Sound:
  707. *ringControlPanel*outgoingRingLabel.labelString: Ring Sound:
  708. *ringControlPanel*incomingRingSounds: none Office Modern Old-fashioned
  709. *ringControlPanel*outgoingRingSounds: none Electronic
  710. *ringControlPanel*prefButton.labelString: Save
  711.  
  712. ! For Group Window
  713. *groupWindow.title: Group View
  714. *groupWindow*groupNameLabel.labelString: Group:
  715. *groupWindow*groupNameText.topOffset: 20
  716. ! change the left an right offset of groupNametext to fit long labels
  717. ! to the fields and buttons in the groupWindow
  718. *groupWindow*groupNameText.leftOffset: 100
  719. *groupWindow*groupNameText.rightOffset: 100
  720. *groupWindow*groupNameText.width: 300
  721. *groupWindow*membersLabel.labelString: Member(s):
  722.  
  723. ! For the Group Panel
  724. *GroupPanel.topOffset: 8
  725. *GroupPanel.bottomOffset: 4
  726. *expandPushB.labelString: Expand
  727. *expandPushB.topOffset:  4
  728. *expandPushB.leftOffset: 8
  729. *expandPushB.rightOffset: 8
  730. *removePushB.labelString: Remove
  731. *removePushB.topOffset:  4
  732. *removePushB.leftOffset: 8
  733. *removePushB.rightOffset: 8
  734. *viewPushB.labelString: View
  735. *viewPushB.topOffset:  4
  736. *viewPushB.leftOffset: 8
  737. *viewPushB.rightOffset: 8
  738. *deletePushB.labelString: Delete
  739. *deletePushB.topOffset:  4
  740. *deletePushB.leftOffset: 8
  741. *deletePushB.rightOffset: 8
  742. *okPushB.labelString: Add To Call
  743. *okPushB.topOffset:  4
  744. *okPushB.leftOffset: 8
  745. *okPushB.rightOffset: 8
  746. *nameEntryLabel.labelString: Add:
  747. *nameEntryLabel.topOffset: 4
  748. *nameEntryText.bottomOffset: 32
  749.  
  750.  
  751. *callWindow*nameEntryLabel.labelString: To:
  752. *callWindow*GroupPanel.topOffset: 16
  753. *callWindow*GroupPanel.bottomOffset: 8
  754. *callWindow*nameEntryText.bottomOffset: 16
  755.  
  756.  
  757. ! For the Group List Panel
  758. *listWindow.title: Groups
  759. *listWindow*groupLabel.labelString: Groups:
  760. *listWindow*IconPanel.topOffset: 8
  761. ! change the left an right offset of IconPanel to fit long labels
  762. ! to the fields and buttons in the listWindow
  763. *listWindow*IconPanel.rightOffset: 100
  764. *listWindow*IconPanel.leftOffset: 100
  765. *listWindow*IconPanel.bottomOffset: 32
  766.  
  767. ! Incoming Call Popup
  768. !*caform_popup.mwmDecorations: 36
  769. *caform_popup.mwmFunctions: 4
  770. *caform_popup.x: 80
  771. *caform_popup*geometry: +100+100
  772. *caform_popup.title: Incoming Call ...
  773. *answerLabel.labelString: Incoming call from:
  774. *answerLabel.topOffset: 8
  775. *answerLabel.leftOffset: 8
  776. *pixmapXdraw.marginHeight: 0
  777. *pixmapXdraw.marginWidth: 0
  778. *pixmapXdraw.topOffset: 16
  779. *pixmapXdraw.leftOffset: 16
  780. *participantsLabel.labelString: Participants:
  781. *participantsLabel.leftOffset: 16
  782. *participantsLabel.marginRight: 8
  783. *participantsFieldLabel.marginRight: 8
  784. *subjectLabel.labelString: Subject:
  785. *subjectLabel.leftOffset: 16
  786. *subjectLabel.marginRight: 8
  787. *subjectFieldLabel.marginRight: 8
  788. *answerButton.labelString: Answer
  789. *answerButton.rightOffset: 8
  790. *dontAnswerButton.labelString: Don't Answer
  791. *dontAnswerButton.rightOffset: 8
  792. *dontAnswerButton.topOffset: 32
  793. *dontAnswerButton.rightOffset: 8
  794. *dontAnswerButton.bottomOffset: 8
  795.  
  796.  
  797. ! Button names
  798. *prepareString: Authoring...
  799. *callingString: Calling...
  800.  
  801.  
  802. ! Error Messages
  803. *phoneRGBMissingMessage: The phone image file is missing from:\n'/usr/share/InPerson/'.
  804. *badStateError: InPerson is in an inconsistent state.\nPlease restart InPerson.
  805. *badSizeError: The size argument is invalid.\nPlease use either small or large.
  806. *conferenceEndedError: The conference has ended.
  807. *callNotFoundError: The call is no longer active.
  808. *exitWithError: exited with status
  809. *diedFromError: died from signal
  810. *cannotreplyerror: InPerson could not contact the remote system.\nYou may not be able to see the caller in this conference.
  811. *cantReceiveError:"connection lost
  812. *timedOutError: Timed out. Unable to contact InPerson.
  813. *callInterruptError: Call interrupted.
  814. *progUnavailError: InPerson is unavailable.
  815. *progVersionError: Incompatible version of InPerson.
  816. *hostUnknownError: Host unknown.
  817. *pmapFailedError: Timed out. Unable to contact system.
  818. *progNotRegisteredError: Not running InPerson.
  819. *noStateError: No state.
  820. *calledError: Ringing.
  821. *inProgressError: Call in progress
  822. *quitCallError: Quit call.
  823. *alreadyActiveError: Already in conference.
  824. *alreadyInvitedError: Already invited.
  825. *notUserError: Another user is running InPerson on the system.
  826. *tookMsgError: No answer.
  827. *badAddressError: Could not contact machine.
  828. *callSelfError: Can't call your own system.
  829. *callNotCompletedError: Your call to the following users was not completed:
  830. *userHeader: User
  831. *reasonHeader: Reason
  832. *groupExistsMessage: This will overwrite the existing group. Are you sure?
  833. *pipeFailedError: This process was not able to create a pipe.\nPlease consult your system administrator.\n
  834. *badNumberOfRingsError: The number of rings set is not in the range supported by InPerson.\n
  835. *rpcFreeArgsError: InPerson is unable to free RPC arguments.
  836. *rpcTCPCreateError: Can't create TCP service.
  837. *rpcTCPRegisterError: Can't register TCP service with the portmapper. Is InPerson already running?
  838. *noGroupNameError: No Group name has been specified. Please enter one.
  839. *badGroupNameError: Group names may not contain spaces or commas.
  840. *badToFieldError: The following are unknown addresses or group names:\n\n
  841. *pleaseEnterError: Please enter a user address of the form <user@host>\nor a group name found under the \"Group\" menu.
  842. *BadHoldRequestReplyError: The current active call could not be put on hold.\nYou may have to exit and restart InPerson in order to reset the state of InPerson.
  843. *mustRunPhoneToMakeCallError: You must be running inperson in order to initiate or receive calls.
  844. *mustRunPhoneToViewWhiteboardError: You must be running inperson in order view or edit whiteboard files.\nDouble-click on the inperson icon on your desktop and then try\nopening the whiteboard file again.
  845. *quitAppMsg: Exiting InPerson will end all calls currently in progress.\nAre you sure you want to exit InPerson?
  846. *noInPersonError: Unable to contact inperson.
  847. *noInPersonError2: Unable to contact inperson.\nPlease check that inperson is running.
  848. *badPhoneReplyError: Internal Error. Bad reply from inperson.
  849.  
  850. ! These resource control the dialog when you leave a message
  851. *leaveEmailMsg.labelString: Leave a message ?
  852. *callStatusDialog.leaveEmailMsg.marginWidth: 50
  853. *startMmailQuestion: MediaMail is not running.\nDo you wish to start it?
  854. *runMMailError: You need to run MediaMail to leave messages.
  855. *installMMailError: You need to install MediaMail to leave messages.
  856. *noonetocallMsg: The group(s) that you wish to call\nis empty or does not exist.
  857. !
  858. ! Defaults for whiteboard
  859. !
  860. *inpboard*highlightThickness:            0
  861. *inpboard*lowerTcpSize:             30000
  862. *inpboard*textfontnames: -*-helvetica-medium-r-normal--14-*-*-*-p-*-iso8859-1
  863.  
  864. ! whiteboard bg and selected tab are the same:
  865. *inpboard*SoXtRenderArea*BackgroundColor:       sgi gray 92
  866. *inpboard*tabpanel*selectedTabBackground:       sgi gray 92
  867. *inpboard*tabpanel*background:            sgiverylightgray
  868. *inpboard*tabpanel*tabLabel.background:       sgilightgray
  869.  
  870. *inpboard*tabpanel*area1*marginWidth:        0
  871. *inpboard*tabpanel*area1*marginHeight:    0
  872. *inpboard*tabpanel*area1*verticalSpacing:    0
  873. *inpboard*tabpanel*area1.background:        sgilightgray
  874. *inpboard*tabpanel*toolpopupmenu*background:    sgiverylightgray
  875. *inpboard*tabpanel*rowColumn1*background:    sgiverylightgray
  876. *inpboard*tabpanel*rowColumn0*background:    sgiverylightgray
  877. *inpboard*Print_popup.title: Print whiteboard
  878. *inpboard*Print_popup*pageRange.labelString: Page Range:
  879. *inpboard*Print_popup*all.labelString: All
  880. *inpboard*Print_popup*from.labelString: From:
  881. *inpboard*Print_popup*to.labelString: To:
  882. *inpboard*Print_popup*numCopies.labelString: # Copies:
  883.  
  884.  
  885. !*inpboard*keyboardFocusPolicy: pointer
  886.  
  887. *Whiteboardfile.labelString:    Whiteboard File
  888. *EPS.labelString:    Encapsulated PostScript
  889. *PostScript.labelString:    PostScript
  890.  
  891. *Copy.labelString:    Copy
  892. *Copy.acceleratorText: Ctrl+C
  893. *Copy.accelerator: Ctrl<Key>c
  894.  
  895. *Cut.labelString:    Cut
  896. *Cut.acceleratorText: Ctrl+X
  897. *Cut.accelerator: Ctrl<Key>x
  898.  
  899. *Paste.labelString:    Paste
  900. *Paste.acceleratorText: Ctrl+V
  901. *Paste.accelerator: Ctrl<Key>v
  902.  
  903. *Deleteselection.labelString:    Delete
  904. *Deleteselection.acceleratorText: 
  905. *Deleteselection.accelerator:
  906.  
  907. *screensnap.labelString: Snap From Screen
  908. *screensnap.acceleratorText: Ctrl+R
  909. *screensnap.accelerator: Ctrl<Key>r
  910.  
  911. *windowsnap.labelString: Snap Window
  912. *windowsnap.acceleratorText: Ctrl+D
  913. *windowsnap.accelerator: Ctrl<Key>d
  914.  
  915. *videosnap.labelString: Snap Video
  916. *videosnap.acceleratorText: Ctrl+E
  917. *videosnap.accelerator: Ctrl<Key>e
  918.  
  919. *inpboard*saveLabel: Save
  920. *cancelLabel: Cancel
  921. *inpboard*dontSaveLabel: Do not save
  922. *inpboard*saveQuestion: Save current drawing first?
  923. *inpboard*overwriteQuestion: \"%s\" exists.  Overwrite?
  924. *inpboard*saveQuitQuestion: Save current drawing before exiting?
  925. *inpboard*saveDialogTitle: Save drawing
  926. ! the following label is null on purpose because it indicates to not
  927. ! use a dialog box, just a watch cursor
  928. *inpboard*savingFileLabel:
  929. *inpboard*savingPSFileLabel: Saving PostScript file.  Please wait...
  930. *inpboard*printingFileLabel: Printing whiteboard.  Please wait...
  931. *inpboard*saveCrashQuestion: The whiteboard is going to crash. Save current drawing first?
  932. *inpboard*lostConnectionMsg: You have lost the connection to the whiteboard master.\nThe whiteboard must now exit.  Would you like to save it first?
  933. *inpboard*sweepRegionLabel: Sweep area or middle-click to cancel
  934. *inpboard*windowSelectLabel: Click in desired window or middle-click to cancel
  935.  
  936. *inpboard*importTextDialogTitle: Import Text file...
  937. *inpboard*importImageDialogTitle: Add Image to page...
  938. *inpboard*import3DDialogTitle: Add 3D model to page...
  939. *inpboard*saveWhiteboardTitle: Save Whiteboard File...
  940. *inpboard*saveAsWhiteboardTitle: Save As Whiteboard File...
  941. *inpboard*saveAsPostScriptTitle: Save As PostScript File...
  942. *inpboard*saveAsEPSTitle: Save As EPS File...
  943. *inpboard*appendFileTitle: Append Whiteboard File...
  944.  
  945. *inpboard*importTextAsDialogTitle: Import Text
  946. *inpboard*asLinesButtonLabel: Lines
  947. *inpboard*asBlocksButtonLabel: Blocks
  948. *inpboard*importTextAsQuestion: Import text file as...
  949.  
  950. *inpboard*bringUsersToThisPageTitle: Bring Everyone To This Page?
  951. *inpboard*postBringUsersToThisPageDialog: True
  952. *yesLabel: Yes
  953. *noLabel: No
  954. *doNotAskAgainLabel: Don't Ask Again
  955. *inpboard*bringUsersToThisPageQuestion: Bring everyone in conference to this page?\nNOTE: Click once on a tab to go to that page alone.
  956.  
  957. *inpboard*untitledString: Untitled
  958.  
  959. !----------------------------------------
  960. !
  961. ! Whiteboard error messages:
  962. !
  963. !----------------------------------------
  964.  
  965. *inpboard*badSnapMsg: Couldn't snap screen area. (Is there enough disk space?)
  966. *inpboard*notAValidFileMsg: %s is a %s file. Please try again\nand select %s file
  967. *inpboard*openFileFailedMsg: Could not open file \"%s\"
  968. *inpboard*printFailedMsg: Couldn't print the file. (Is %s full?)
  969. *inpboard*appendFileFailedMsg: Sorry, file does not exist or is not accessible.
  970. *inpboard*notWhiteboardFileMsg: You must select a whiteboard file.
  971. *inpboard*saveFileFailedMsg: Could not save to file\n \"%s\"
  972. *inpboard*videoSnapFailedMsg: Can't snap video. (Is video in use by another application?)
  973. *inpboard*videoSnapFileFailedMsg: Can't do video snap. (Is there enough disk space?)
  974. *inpboard*conversionFailedMsg: %s is a %s file.\nConversion to Inventor format was unsuccessful.\nPlease try again with an Inventor file.
  975. *inpboard*import3DFailedMsg: Sorry, could not read model from file %s. (Is it a valid Inventor file?)
  976. *inpboard*importImageFailedMsg: Could not read the image from file %s
  977.  
  978.  
  979. !----------------------------------------
  980. !
  981. ! Whiteboard dialogs that have to do with 1.1 compatibility:
  982. !
  983. !----------------------------------------
  984.  
  985. *inpboard*newerVersionMsg: Because a person in the conference is running an older version of InPerson:\n  - they will not be able to see 3D objects on their whiteboard\n  - text blocks will appear as single lines on their whiteboard\n  - the conference can only use HDCC video compression
  986.  
  987. *inpboard*olderVersionMsg: Because you are running an older version of InPerson:\n  - you won't be able to see 3D models placed on the whiteboard\n  - text blocks created by newer versions of InPerson will appear as\n     single lines\n  - the conference can only use HDCC video compression
  988.  
  989. *inpboard*oldServerMsg: The person that started this conference is running an older version of the\nwhiteboard.  For compatibility reasons:\n  - Your whiteboard will not be able to create 3D objects.\n  - You will only be able to create text in lines, not blocks.\n  - You will only be able to read in older, pre-2.0 InPerson whiteboard files.
  990.  
  991. *inpboard*cannotReadNewFileMsg: The person that started this conference is running an older version of the\nwhiteboard.  For compatibility reasons your whiteboard is unable to read\nin this new (post 1.1) file
  992.  
  993. ! -----------------------------------------
  994. ! Audio and video network congestion control algorithm:
  995. !
  996. ! WARNING: be sure you thoroughly understand the operation of
  997. ! InPerson's congestion control algorithm and the behavior of your network
  998. ! before changing any of the following parameters.
  999. ! -----------------------------------------
  1000.  
  1001. ! Should InPerson automatically change audio and video bandwidth transmitted
  1002. ! to respond to network congestion? Note that this may result in
  1003. ! automatic changes to audio and video compression algorithms used,
  1004. ! as well as transmitted video frame rate and resolution.
  1005. *audioCongestionControlEnabled:    True
  1006. *videoCongestionControlEnabled:    True
  1007.  
  1008. ! Pkt loss thresholds for unloaded and loaded states.
  1009. ! Units are 1 packet lost out of N received packets.
  1010. ! Defaults:
  1011. !    UNLOADED          < 1.0%     (less than 1 pkt in 100 lost)
  1012. !    LOADED        1.0% - 5.0%     (less than 1 pkt in 20 lost)
  1013. !    CONGESTED         > 5.0%     (more than 1 pkt in 20 lost)
  1014. *congestionMaxUnloadedLossRate:    100
  1015. *congestionMaxLoadedLossRate:    20
  1016.  
  1017. ! How often receivers should recalculate their congestion state, in seconds.
  1018. ! Should really be based on round-trip time, not a fixed interval.
  1019. *congestionRecalcInterval:    10
  1020.  
  1021. ! If congestion state of a receiver improves, it must remain improved for
  1022. ! this number of consecutive calculation intervals before good news is
  1023. ! published.
  1024. *congestionGoodNewsDelay:    1
  1025.  
  1026. ! How often receivers should transmit their steady-state congestion state,
  1027. ! in seconds. Congestion state updates are also sent whenever a receiver's
  1028. ! congestion state changes.
  1029. *congestionSendUpdateInterval:    15
  1030.  
  1031. ! How often transmitters should adjust their output bandwidth limit,
  1032. ! when overall conference congestion state is unchanged. Transmitters
  1033. ! also adjust their output bandwidth limit whenever the conference
  1034. ! congestion state changes.
  1035. ! Warning: this parameter must be greater than
  1036. !      congestionRecalcInterval * congestionGoodNewsDelay
  1037. ! so receivers have time to react to transmitters new sending rate, and send
  1038. ! updates indicating their new (hopefully improved) congestion state.
  1039. *congestionAdjustRateInterval:    15
  1040.  
  1041. ! -----------------------------------------
  1042. !  Parameters for the Call Control Panel Video/Audio compression selection:
  1043. !
  1044. !   InPerson automatically choses the appropriate compression schemes
  1045. !   based on network bandwidth and the user's performance preference.
  1046. !   The control panel lets you select the following information:
  1047. !     - network type:  ISDN basic rate, T1/E1, ethernet, and FDDI/CDDI/ATM
  1048. !     - performance preference: In the presence of network congestion,
  1049. !       InPerson can prefer video quality (and degrade frame rate) or
  1050. !    prefer frame rate (and degrade video quality).
  1051. !     - Finer Control bandwidth slider: it lets you select the bandwidth 
  1052. !       target within the bandwidth range specified by the network type.
  1053. !   For example, if you select the LAN network type, the bandwidth range
  1054. !   is 0-5000 kbps. You can move the slider to use more or less bandwidth.
  1055. !   InPerson then choses an audio and  video compression scheme that meets 
  1056. !   that target. 
  1057. !
  1058. !   For a given bandwidth, 2 video compression schemes might be possible:
  1059. !   one has a better image quality but a slower update(frame) rate, while the
  1060. !   other has a faster frame rate but lesser image quality.  The Performance 
  1061. !   Preferences button lets you choose which characteristic is important.
  1062.  
  1063. ! The following 2 tables controls which video and audio algorithms are
  1064. ! chosen for a given network bandwidth and performance preference.
  1065. ! All table values are in bytes per second. The values reported by 
  1066. ! the Network Info panel are in bits per second. ( There are 8 bits per
  1067. ! byte.)
  1068. !
  1069. ! Video
  1070. ! for "Quality" - send LARGE when possible
  1071. !
  1072. !
  1073. !*bandwidthQualityNoVideo:             0
  1074. !*bandwidthQualityH261Qcif:         40625
  1075. !*bandwidthQualityHdccSmall:         40625
  1076. !*bandwidthQualityHdccLarge:        412500
  1077. !*bandwidthQualityUncmpSmall:        412500
  1078. !*bandwidthQualityUncmpLarge:    2147483647
  1079. !
  1080. ! for "FrameRate" - send small when possible
  1081. !
  1082. !*bandwidthFrameRateNoVideo:             0
  1083. !*bandwidthFrameRateH261Qcif:         40000
  1084. !*bandwidthFrameRateHdccSmall:        262500
  1085. !*bandwidthFrameRateHdccLarge:        262500
  1086. !*bandwidthFrameRateUncmpSmall:    2147483647
  1087. !*bandwidthFrameRateUncmpLarge:    2147483647
  1088. !
  1089. ! Audio
  1090. !
  1091. !*bandwidthGSM: 16000
  1092. !*bandwidthIDVI8: 45500
  1093. !*bandwidthIDVI16: 1250000
  1094. !*bandwidthUncompressed16: 1250000
  1095. !*bandwidthUncompressed44: 1250000
  1096. !*bandwidthUncompressed48: 1250000
  1097. !
  1098. ! Maximum and target bandwidths in bytes/sec for 
  1099. !  ISDN basic rate, T1/E1, ethernet, and FDDI/CDDI/ATM
  1100. !*bandwidthLimitISDN:          16000
  1101. !*bandwidthLimitT1:         256000
  1102. !*bandwidthLimitLAN:         625000
  1103. !*bandwidthLimitHSLAN:        2500000
  1104. !
  1105. !*bandwidthTargetISDN:           8750
  1106. !*bandwidthTargetT1:          50000
  1107. !*bandwidthTargetLAN:         125000
  1108. !*bandwidthTargetHSLAN:        1250000
  1109. !
  1110. ! Default setting of Performance Preference radio buttons.
  1111. ! choices are "Quality" or "FrameRate"
  1112. !*performancePreference: Quality
  1113.